Fix package.el handling of version numbers like 1.0pre6.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 10 Mar 2011 23:40:46 +0000 (18:40 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 10 Mar 2011 23:40:46 +0000 (18:40 -0500)
commit1a0a666f941c99882093d7bd08ced15033bc3f0c
tree96966a78d6e8e75ccdb5fc1a16dd16686ffa7efa
parent2e7f6e9599398142d587d16db62bb5e0a72bc725
Fix package.el handling of version numbers like 1.0pre6.

* lisp/emacs-lisp/package.el (package-version-join): Impose a standard
string representation for pre/alpha/beta version lists.
(package-unpack-single): Standardize the directory name by passing
it through package-version-join.
lisp/ChangeLog
lisp/emacs-lisp/package.el